-
Notifications
You must be signed in to change notification settings - Fork 608
ci: add tests for Kubernetes 1.34 #7680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7680 +/- ##
=======================================
Coverage 72.38% 72.39%
=======================================
Files 233 233
Lines 34326 34326
=======================================
+ Hits 24847 24850 +3
+ Misses 7703 7701 -2
+ Partials 1776 1775 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
LGTM, thanks |
* add Kubernetes 1.34 conformance and e2e tests * drop Kubernetes 1.30 conformance and e2e tests * update compatibility matrix Signed-off-by: Clemens Beck <[email protected]>
271a9eb to
f31fd88
Compare
Head branch was pushed to by a user without write access
|
@zirain Is anything missing we need to proceed? I see some of the CI jobs failed but these look unrelated. |
| ipFamily: dual # only run dual test on latest version to save time | ||
| profile: gateway-namespace-mode | ||
| - version: v1.33.1 | ||
| - version: v1.34.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Could we target the latest kubernetes version 1.34.2?
What type of PR is this?
Run e2e and conformance tests on K8s 1.34 in CI.
What this PR does / why we need it:
Update the version matrix to give confidence in the most recent K8s version. Also updates the docs hosted at https://gateway.envoyproxy.io/news/releases/matrix/.
Which issue(s) this PR fixes:
No linked issue.
Release Notes: No